runtime.mspan.startAddr (field)
6 uses
	runtime (current package)
		mbitmap.go#L1685: 	runGCProg(addb(prog, 4), (*byte)(unsafe.Pointer(s.startAddr)))
		mgcmark.go#L961: 			gcdata = (*byte)(unsafe.Pointer(s.startAddr))
		mheap.go#L401: 	startAddr uintptr // address of first byte of span aka s.base()
		mheap.go#L492: 	return s.startAddr
		mheap.go#L1704: 	span.startAddr = base
		stack.go#L731: 				gcdata = (*byte)(unsafe.Pointer(s.startAddr))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |